feat(deploy): add verified stable model rollout - #14
Merged
Conversation
11 tasks
Teakowa
force-pushed
the
codex/issue-8-model-promotion-stacked
branch
from
August 24, 2026 17:12
c50bf30 to
bd53ad6
Compare
Teakowa
marked this pull request as ready for review
August 24, 2026 17:30
Teakowa
force-pushed
the
codex/issue-10-model-rollout-stacked
branch
from
August 24, 2026 17:33
8e6a75f to
d0e4944
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
对应 Issue
OWBastion/ocrkit#10 — automate promoted-model production rollout and verification
本 PR 改动
docker compose up -d --no-build --force-recreate ocrkit,不 rebuild image、不改 per-model env、不做 hot reload。model_version、health、manifest identity,并执行 authenticated local smoke request。依赖与状态
这是 #10 的实现 PR,#13 已合并到
main,当前 branch 已 rebase 到最新main;PR diff 只包含 rollout 实现。本 PR 未执行生产 rollout,因当前没有授权的生产主机与凭据。验证
uv sync --locked --extra devuv run pytest -q: 242 passedgit diff --checkpassedRefs #10